home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / misc / pcpm0494.arj / ART10 < prev    next >
Text File  |  1994-02-19  |  4KB  |  80 lines

  1.                      ████████╗ ██╗ ██████╗  ███████╗
  2.                      ╚══██╔══╝ ██║ ██╔══██╗ ██╔════╝
  3.                         ██║    ██║ ██████╔╝ ███████╗
  4.                         ██║    ██║ ██╔═══╝  ╚════██║
  5.                         ██║    ██║ ██║      ███████║
  6.                         ╚═╝    ╚═╝ ╚═╝      ╚══════╝
  7.  
  8.  
  9.                                    ██╗
  10.                                    ██║
  11.                                 ████████╗
  12.                                 ██╔═██╔═╝
  13.                                 ██████║
  14.                                 ╚═════╝
  15.  
  16.  
  17.              ████████╗ ██████╗  ██╗  ██████╗ ██╗  ██╗ ███████╗
  18.              ╚══██╔══╝ ██╔══██╗ ██║ ██╔════╝ ██║ ██╔╝ ██╔════╝
  19.                 ██║    ██████╔╝ ██║ ██║      █████╔╝  ███████╗
  20.                 ██║    ██╔══██╗ ██║ ██║      ██╔═██╗  ╚════██║
  21.                 ██║    ██║  ██║ ██║ ╚██████╗ ██║  ██╗ ███████║
  22.                 ╚═╝    ╚═╝  ╚═╝ ╚═╝  ╚═════╝ ╚═╝  ╚═╝ ╚══════╝
  23.  
  24. ...............................................................................
  25.  
  26.                              Telecomm Tips
  27. ...............................................................................
  28.  
  29.     The good news is that most of the programs reviewed make a valiant 
  30. effort to shield you from the complexities of telecommunications whth their
  31. preconfigured examples and sample scripts and sessions. The bad news is that
  32. someday, somehow, you're going to have to set some parameters yourself. The
  33. following guide to major telecomm parameters should help.
  34.  
  35.    Com Ports:
  36.     External modems will usually be attached to Com2 (Com1 is usually the
  37. mouse) and internal modems to Com3. If you're not sure, just try Com1 through
  38. Com4 ports until the modem works.
  39.  
  40.    Data Bits-Parity-stop bits:
  41.     The two most common settings are 7-E-1 and 8-N-1. The setting means that
  42. each byte is 7 bits, with the 8th bit used for Even parity and with one stop
  43. bit. This setting was very common in the early days of communications, when
  44. errors were most frequent and parity was important, and when most traffic was
  45. ASCII text, which is only bits anyway. Nowdays, with error-free link protocols
  46. like V.42 and Binary transfers,8-N-1 is becomming more common. Be forwarned,
  47. though you'll need to find a "Strip 8th Bit" setting, generally under Termminal
  48. Settings, or you'll sometimes see gibberish at 8-N-1. If you can't find such a 
  49. setting, go back to 7-E-1.
  50.  
  51.    Terminal Emulation:
  52.      The three most common emulations are ANSI BBS (sometimes called ANSI 
  53. color or just ANSI), used by many PC BBS systems, TTY (teletype)- which is
  54. really no emulation at all-and terminal standard set by DEC. In DOS comm
  55. programs, with their single screen orientation, you need something like ANSI
  56. BBS or VT102, which stops after each screenful of information so you can read
  57. it. With the scrollback capability of Windows Comm programs, TTY works just
  58. fine becouse if something scrolls off the screen, you canscroll back to read it
  59. later. Also, ANSI BBS and VT102 is typicallt limited to 24 lines, where on a 
  60. large screen you can often accommodate many more, making TTY more useful.
  61. Experiment and you will see what you prefer. Remember: you may have to tell
  62. the host to change emulation too.
  63.  
  64.    Transfer Protocal:
  65.      You'll often be limited in your choice of transfer protocals by whatever 
  66. host you connect to. In general, use ZMODEM whenever you can, as it's generally
  67. the fastest and sometimes can resume interrupted transfers. On CompuServe, Use
  68. CIS B+ or QuickB if your term program supports it. When all else fails, use
  69. XMODEM, which has been around forever so everywhere supports it (except some
  70. academic systems, which will insist on KERMIT).
  71.  
  72.    Modem Initialization Strings:
  73.     This is the absolute pits of telecommunications. The reason so many Windows
  74. programs come with support for so many specific modems is to shield you from
  75. this very unpleasant aspect of comm. If your modem isn't on the list, try 
  76. checking the program's support BBS to get an updated list. If you can't get a
  77. modem file for your modem, most programs have selections like " Hayes 
  78. Compatible" or "Standard" or "Standard AutoBaud." Try these choices, and often
  79. you'll be able to get things working.
  80.